Goto

Collaborating Authors

 country code


Multi-Hop Table Retrieval for Open-Domain Text-to-SQL

Zhang, Xuanliang, Wang, Dingzirui, Dou, Longxu, Zhu, Qingfu, Che, Wanxiang

arXiv.org Artificial Intelligence

Open-domain text-to-SQL is an important task that retrieves question-relevant tables from massive databases and then generates SQL. However, existing retrieval methods that retrieve in a single hop do not pay attention to the text-to-SQL challenge of schema linking, which is aligning the entities in the question with table entities, reflected in two aspects: similar irrelevant entity and domain mismatch entity. Therefore, we propose our method, the multi-hop table retrieval with rewrite and beam search (Murre). To reduce the effect of the similar irrelevant entity, our method focuses on unretrieved entities at each hop and considers the low-ranked tables by beam search. To alleviate the limitation of domain mismatch entity, Murre rewrites the question based on retrieved tables in multiple hops, decreasing the domain gap with relevant tables. We conduct experiments on SpiderUnion and BirdUnion+, reaching new state-of-the-art results with an average improvement of 6.38%.


Mastering Machine Learning: A Step-by-Step Guide with MATLAB

#artificialintelligence

Ready to start applying machine learning with MATLAB? Get started with a MATLAB machine learning example presented in an easy-to-follow tutorial format. Get this ebook, download the code, and step through a hands-on machine learning tutorial that helps you master machine learning techniques. The MATLAB machine learning example, a heart sounds classifier, takes you from loading data to deploying a trained model. Try MATLAB, Simulink, and more.


Machine Learning and Deep Learning Q&A

#artificialintelligence

Learn what questions engineers are asking about machine learning and deep learning. Get answers, solutions, and examples about these popular topics. To continue, please disable browser ad blocking for mathworks.com To submit this form, you must accept and agree to our Privacy Policy. We will not sell or rent your personal contact information.


Test-Drive the Classification Learner App

#artificialintelligence

Create and train a machine learning model by running MATLAB right in your browser. To submit this form, you must accept and agree to our Privacy Policy. We will not sell or rent your personal contact information. See our privacy policy for details. You are already signed in to your MathWorks Account.


Web Scraping with Python: Illustration with CIA World Factbook

@machinelearnbot

In a data science project, almost always the most time consuming and messy part is the data gathering and cleaning. Everyone likes to build a cool deep neural network (or XGboost) model or two and show off one's skills with cool 3D interactive plots. But the models need raw data to start with and they don't come easy and clean. But why gather data or build model anyway? The fundamental motivation is to answer a business or scientific or social question.


Data Analytics with Python by Web scraping: Illustration with CIA World Factbook

@machinelearnbot

In a data science project, almost always the most time consuming and messy part is the data gathering and cleaning. Everyone likes to build a cool deep neural network (or XGboost) model or two and show off one's skills with cool 3D interactive plots. But the models need raw data to start with and they don't come easy and clean. But why gather data or build model anyway? The fundamental motivation is to answer a business or scientific or social question.